home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Arch / NeXT / readme < prev   
Encoding:
Text File  |  1995-01-25  |  1.4 KB  |  29 lines

  1. * I had to change the Makefile not only to add the new config (obviously),
  2.   but also, because NeXT has basename, but no dirname. So I changed the
  3.   corresponding targets.
  4. * I added support for sgtty ("old" BSD) style terminal settings to Unix/ui.c.
  5.   Right now, it's made #ifdef __NeXT__ because I don't know exactly which
  6.   include files would be correct for any machine, but it should work on
  7.   all other BSD systems that have it.
  8. * I created a new variable 'play_ahead' that tells, how many buffer blocks
  9.   are queued before waiting for the sound to actually play. I did this,
  10.   because the buffering is required to ensure continous play, even if
  11.   the program is not running continously (like when you're working with
  12.   the computer ;-)) I would have liked to make the value settable with some 
  13.   command line option, but this would be architecture dependent. So it's
  14.   just defaulted right now.
  15. * I had to #ifndef __NeXT__ out the flush_buffer() call you had. See the
  16.   comment there.
  17. * I had to change 2 #ifdef's that prevent including malloc.h
  18.  
  19. I think that's it. If you have any questions, ask away.
  20.  
  21. By the way ... do you know by chance any tracker, that can play s3m modules
  22. for "real" ;-) Unix machines (like Sun, Sgi, etc.)? Or at least one, that
  23. has a large hardware-independent part, that generates a stream of samples
  24. to be played, just like your tracker does?
  25.  
  26. Thanks and bye,
  27.     Rolf
  28.  
  29.